Richard M. Stallman [Sun, 26 Jan 2003 15:24:36 +0000 (15:24 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 26 Jan 2003 14:51:40 +0000 (14:51 +0000)]
(thing-at-point-file-name-chars): Undo previous change.
Jan Djärv [Sun, 26 Jan 2003 13:06:48 +0000 (13:06 +0000)]
lwlib-Xm.c: Fixed memory leak for menus.
Bill Wohler [Sun, 26 Jan 2003 02:38:37 +0000 (02:38 +0000)]
* mh-e: Created directory. ChangeLog will appear in a week when we
release version 7.2.
* lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
lisp/mail/mh-customize.el, lisp/mail/mh-e.el, lisp/mail/mh-funcs.el,
lisp/mail/mh-identity.el, lisp/mail/mh-index.el,
lisp/mail/mh-loaddefs.el, lisp/mail/mh-mime.el, lisp/mail/mh-pick.el,
lisp/mail/mh-seq.el, lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm and
reply2.xpm, which were created by the MH-E package, were left in mail
since they can probably be used by other mail packages.
* makefile.w32-in (WINS): Added mh-e.
* makefile.nt (WINS): Added mh-e.
Jason Rumney [Sun, 26 Jan 2003 01:33:33 +0000 (01:33 +0000)]
Added notes for JPEG library.
Jason Rumney [Sun, 26 Jan 2003 01:26:32 +0000 (01:26 +0000)]
*** empty log message ***
Jason Rumney [Sun, 26 Jan 2003 01:25:49 +0000 (01:25 +0000)]
Automatically detect jpeglib.
Jason Rumney [Sun, 26 Jan 2003 01:21:25 +0000 (01:21 +0000)]
(init_jpeg_functions, jpeg_resync_to_restart_wrapper):
New functions.
(jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
Disable color table lookups. Call jpeg library functions
through pointers determined at runtime.
(init_external_image_libraries): Try to load jpeg.dll.
Richard M. Stallman [Sat, 25 Jan 2003 21:37:02 +0000 (21:37 +0000)]
*** empty log message ***
Jason Rumney [Sat, 25 Jan 2003 21:12:57 +0000 (21:12 +0000)]
Remove obsolete comment about lack of image support on MS-Windows
Jason Rumney [Sat, 25 Jan 2003 21:09:28 +0000 (21:09 +0000)]
Added note about PNG support on Windows.
Jason Rumney [Sat, 25 Jan 2003 21:04:41 +0000 (21:04 +0000)]
Added notes about PNG support.
Jason Rumney [Sat, 25 Jan 2003 20:50:48 +0000 (20:50 +0000)]
Automatically detect libpng.
Jason Rumney [Sat, 25 Jan 2003 20:50:26 +0000 (20:50 +0000)]
*** empty log message ***
Jason Rumney [Sat, 25 Jan 2003 20:45:29 +0000 (20:45 +0000)]
(XPutPixel): Handle monochrome images; used for masks.
[HAVE_PNG]: Sync with xfns.c version.
(png_load): Adjust colors for Windows. Use Windows
bitmaps. Disable color table lookups.
(DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
(init_png_functions): New function.
(png_read_from_memory, png_load): Call png library functions
through pointers determined at runtime.
(QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
(init_external_image_libraries): New function.
(init_xfns): Call it.
Richard M. Stallman [Sat, 25 Jan 2003 19:49:44 +0000 (19:49 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 25 Jan 2003 19:49:27 +0000 (19:49 +0000)]
Declare format2 instead of format1.
Richard M. Stallman [Sat, 25 Jan 2003 19:48:59 +0000 (19:48 +0000)]
(barf_or_query_if_file_exists): Call format2 instead of format1.
Richard M. Stallman [Sat, 25 Jan 2003 19:48:30 +0000 (19:48 +0000)]
(Fkill_buffer): Call format2 instead of format1.
Richard M. Stallman [Sat, 25 Jan 2003 19:48:14 +0000 (19:48 +0000)]
(format2): New function, replaces format1
but takes exactly two Lisp Objects as format args.
Richard M. Stallman [Sat, 25 Jan 2003 19:47:02 +0000 (19:47 +0000)]
Comment change.
Richard M. Stallman [Sat, 25 Jan 2003 19:45:16 +0000 (19:45 +0000)]
Document that a symbol can act as a keymap.
Richard M. Stallman [Sat, 25 Jan 2003 19:44:24 +0000 (19:44 +0000)]
(byte-compile-file-form-custom-declare-variable):
Compile any lambda-expressions among the args.
Richard M. Stallman [Sat, 25 Jan 2003 19:43:29 +0000 (19:43 +0000)]
(view-mode): Doc fix.
Richard M. Stallman [Sat, 25 Jan 2003 19:42:15 +0000 (19:42 +0000)]
Many doc fixes.
(ido-complete): Fix message.
Richard M. Stallman [Sat, 25 Jan 2003 19:34:15 +0000 (19:34 +0000)]
(archive-unixdate): Corrected the date field string.
(archive-lzh-summarize): Extended it to allow the LZH level 2 header
type (which is most prevalent now), in addition to the already
supported level 0 and 1 header types.
Markus Rost [Sat, 25 Jan 2003 18:26:37 +0000 (18:26 +0000)]
Besides adding a log entry, do some white space fixes.
Markus Rost [Sat, 25 Jan 2003 18:20:30 +0000 (18:20 +0000)]
(set-language-info, current-language-environment):
Simplify setting the type of current-language-environment.
Jan Djärv [Sat, 25 Jan 2003 16:25:39 +0000 (16:25 +0000)]
Fix input methods for GTK.
Don't right justify GTK help menu.
Jason Rumney [Sat, 25 Jan 2003 15:14:16 +0000 (15:14 +0000)]
(XPutPixel): Handle monochrome images; used for masks.
[HAVE_PNG]: Sync with xfns.c version.
(png_load): Adjust colors for Windows. Use Windows
bitmaps. Disable color table lookups.
Kim F. Storm [Sat, 25 Jan 2003 11:41:58 +0000 (11:41 +0000)]
* emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
only needed when the region is active. This also makes the output
from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
Thien-Thi Nguyen [Sat, 25 Jan 2003 10:29:29 +0000 (10:29 +0000)]
Minor @code usage fix.
Michael Kifer [Sat, 25 Jan 2003 08:09:16 +0000 (08:09 +0000)]
2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff.el (ediff-revision): better defaults.
* ediff-vers.el (ediff-vc-latest-version): new function.
(ediff-vc-internal): use latest version instead of working version.
Thien-Thi Nguyen [Sat, 25 Jan 2003 02:45:12 +0000 (02:45 +0000)]
(Info-extract-menu-node-name): When looking for end of
menu item, don't stop at first ":"; instead, continue
until trailing context is either a space or newline.
(Info-complete-menu-item): Change var `pattern' to allow ":" in menu item.
(Info-menu): Likewise, for regexp used in backwards search.
(Info-try-follow-nearest-node): Remove case added in previous edit.
Instead, change the regexp in the following case to allow ":" in menu item.
(Info-fontify-node): Fix bug: Handle `next-property-change' returning
point-max as "hasn't already been done".
Thien-Thi Nguyen [Sat, 25 Jan 2003 00:53:58 +0000 (00:53 +0000)]
(Info-try-follow-nearest-node): Add case: Handle menu item
terminated by ": " as an index entry.
Andreas Schwab [Fri, 24 Jan 2003 19:15:14 +0000 (19:15 +0000)]
(Fminibuffer_message): Verify type of parameter.
Juanma Barranquero [Fri, 24 Jan 2003 17:23:46 +0000 (17:23 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 24 Jan 2003 17:12:00 +0000 (17:12 +0000)]
(isearch-forward): Fix typo.
Jan Djärv [Fri, 24 Jan 2003 17:10:07 +0000 (17:10 +0000)]
gtkutil.c (xg_initialize): Initialize id_to_widget here instead
of static initializer
Kenichi Handa [Fri, 24 Jan 2003 13:28:24 +0000 (13:28 +0000)]
(jka-compr-insert-file-contents): Call
docode-coding-inserted-region.
Kenichi Handa [Fri, 24 Jan 2003 13:28:00 +0000 (13:28 +0000)]
(decode-coding-inserted-region): Renamed
from decode-coding-region-as-inserted-from-file to make it fit
well in the Lisp manual.
Kenichi Handa [Fri, 24 Jan 2003 13:27:07 +0000 (13:27 +0000)]
*** empty log message ***
Dave Love [Fri, 24 Jan 2003 12:24:33 +0000 (12:24 +0000)]
(mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
Use __alignof__.
Dave Love [Fri, 24 Jan 2003 12:22:01 +0000 (12:22 +0000)]
(GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
architectures.
Kim F. Storm [Fri, 24 Jan 2003 12:07:09 +0000 (12:07 +0000)]
Update copyright.
John Paul Wallington [Fri, 24 Jan 2003 04:54:17 +0000 (04:54 +0000)]
* ibuffer.el (ibuffer-window-list): Remove.
(ibuffer-confirm-operation-on): Use `window-list' instead.
(ibuffer-load-hook): New customizable variable.
(toplevel): Run it.
(ibuffer-customize): New command.
(ibuffer-mode-map): Bind it.
(ibuffer-mode-map): Add menu seperator in View>Sort menu.
(ibuffer-mode): Tidy.
(ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
(ibuffer-default-directory, ibuffer-default-sorting-mode)
(ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
(ibuffer-map-lines): Doc fixes.
Update mail address.
* ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
filenames. Use `kill-new'.
Update mail address.
* ibuf-macs.el
Update mail address.
Kenichi Handa [Fri, 24 Jan 2003 02:31:24 +0000 (02:31 +0000)]
(adjust_point_for_property): New second arg MODIFIED.
It it is nonzero, don't pretend that an invisible area doesn't
exist.
(command_loop_1): Call adjust_point_for_property with proper
second arg.
Dave Love [Thu, 23 Jan 2003 23:34:59 +0000 (23:34 +0000)]
*** empty log message ***
Dave Love [Thu, 23 Jan 2003 20:37:49 +0000 (20:37 +0000)]
(write-abbrev-file): Simplify, and put a coding cookie
in the file.
Juanma Barranquero [Thu, 23 Jan 2003 11:49:05 +0000 (11:49 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 23 Jan 2003 09:12:03 +0000 (09:12 +0000)]
(asm-mode): Added syntax table entries for /* */ comments.
Kenichi Handa [Thu, 23 Jan 2003 05:59:47 +0000 (05:59 +0000)]
(insert-directory): Read the output of "ls" by
no-conversion, and decode it later while preserving
`dired-filename' property.
Kenichi Handa [Thu, 23 Jan 2003 05:58:58 +0000 (05:58 +0000)]
*** empty log message ***
Markus Rost [Thu, 23 Jan 2003 05:46:35 +0000 (05:46 +0000)]
(describe-text-mode-hook): Add a group.
John Paul Wallington [Thu, 23 Jan 2003 00:04:20 +0000 (00:04 +0000)]
(interprogram-paste-function): Handle empty clipboard.
Jason Rumney [Wed, 22 Jan 2003 23:16:41 +0000 (23:16 +0000)]
Use MS-Windows consistently in headings, to make it easy to search
for MS-Windows specific problems.
Jason Rumney [Wed, 22 Jan 2003 23:11:39 +0000 (23:11 +0000)]
Add note for mouse pointer support.
Jason Rumney [Wed, 22 Jan 2003 23:04:27 +0000 (23:04 +0000)]
* w32term.c (x_draw_glyph_string_foreground)
(x_draw_composite_glyph_string_foreground): Implement overstriking.
* w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
phys_cursor's hpos is overwritten. This is still not completely
correct, as it doesn't really make sense to use hpos at all to
get the cursor glyph (as that is relative to the width of the
characters on the line, which may have changed during the update).
* w32term.c (notice_overwritten_cursor): Handle the special case
of the cursor being in the first blank non-text line at the
end of a window.
* w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
(x_draw_phys_cursor_glyph): Set phys_cursor_width here.
Compute from the x position returned by x_draw_glyphs.
* w32term.c (note_mode_line_or_margin_highlight): Renamed from
note_mode_line_highlight and extended.
* w32term.c (last_window): New variable.
(w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
(note_mouse_movement): Remove reimplemented code in #if 0.
Jason Rumney [Wed, 22 Jan 2003 23:03:44 +0000 (23:03 +0000)]
(x_set_cursor_type): Set cursor_type_changed,
not update_mode_lines, and always set it to 1.
Karl Berry [Wed, 22 Jan 2003 20:36:14 +0000 (20:36 +0000)]
Info-index and colons
Karl Berry [Wed, 22 Jan 2003 20:35:23 +0000 (20:35 +0000)]
(Info-index): change pattern so that index entries
with colons can be read properly; also, require at
least one space after the colons, which makeinfo
puts in. From: Aubrey Jaffer <agj@alum.mit.edu>,
7 Nov 2002 21:16:12 -0500, sent to bug-texinfo.
Andreas Schwab [Wed, 22 Jan 2003 19:57:26 +0000 (19:57 +0000)]
Regenerated.
Andreas Schwab [Wed, 22 Jan 2003 19:56:44 +0000 (19:56 +0000)]
Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
redefining it explicitly in src/config.in.
Andreas Schwab [Wed, 22 Jan 2003 18:46:00 +0000 (18:46 +0000)]
.
Andreas Schwab [Wed, 22 Jan 2003 18:45:49 +0000 (18:45 +0000)]
(jka-compr-insert-file-contents): Fix typo in last change.
Markus Rost [Wed, 22 Jan 2003 17:13:36 +0000 (17:13 +0000)]
*** empty log message ***
Markus Rost [Wed, 22 Jan 2003 17:13:08 +0000 (17:13 +0000)]
(bootstrap): Make bootstrap-after.
Markus Rost [Wed, 22 Jan 2003 17:12:03 +0000 (17:12 +0000)]
(bootstrap-after): New target.
(bootstrap): Move finder-data, custom-deps to bootstrap-after.
Juanma Barranquero [Wed, 22 Jan 2003 16:14:48 +0000 (16:14 +0000)]
Fix typo.
Kai Großjohann [Wed, 22 Jan 2003 10:43:36 +0000 (10:43 +0000)]
(Info-index-next): Use "(`,' tries to find next)" for
more matches for consistency with standalone info browser.
Kenichi Handa [Wed, 22 Jan 2003 02:54:56 +0000 (02:54 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 22 Jan 2003 02:33:55 +0000 (02:33 +0000)]
(jka-compr-insert-file-contents): Read a process
output without decoding. Decode the result by
decode-coding-region-as-inserted-from-file.
Kenichi Handa [Wed, 22 Jan 2003 02:33:07 +0000 (02:33 +0000)]
(decode-coding-region-as-inserted-from-file): New function.
Miles Bader [Wed, 22 Jan 2003 01:14:07 +0000 (01:14 +0000)]
*** empty log message ***
Jason Rumney [Tue, 21 Jan 2003 23:13:55 +0000 (23:13 +0000)]
2003-01-21 David Ponce <david@dponce.com>
* emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
Jason Rumney [Tue, 21 Jan 2003 23:13:14 +0000 (23:13 +0000)]
*** empty log message ***
Jason Rumney [Tue, 21 Jan 2003 23:09:27 +0000 (23:09 +0000)]
Hand cursor, derived from index.pbm in lisp/toolbar
Jason Rumney [Tue, 21 Jan 2003 23:06:50 +0000 (23:06 +0000)]
2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
* w32term.c (note_mode_line_highlight): Delete #if 0 to enable
function w32_define_cursor.
(note_mouse_highlight): Initialize, setup cursor accoding to mouse
position, change member name output_data.x to output_data.w32 and
add function w32_define_cursor.
(show_mouse_face): Delete #if 0 to enable function w32_define_cursor
and change member name output_data.x to output_data.w32.
(w32_initialize_display_info): Setup
dpyinfo->vertical_scroll_bar_cursor.
2003-01-21 David Ponce <david@dponce.com>
* w32term.c (w32_encode_char): For DIM=1 charset, set
ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
x_encode_char change by Kenichi Handa <handa@m17n.org> on
2002-09-30.
(w32_draw_relief_rect): Declare all args.
(w32_define_cursor): New.
Jason Rumney [Tue, 21 Jan 2003 23:06:05 +0000 (23:06 +0000)]
2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
* w32term.h (struct w32_output): New member hand_cursor.
(WM_EMACS_SETCURSOR): New message definition.
Jason Rumney [Tue, 21 Jan 2003 23:05:18 +0000 (23:05 +0000)]
2003-01-21 Jason Rumney <jasonr@gnu.org>
* w32fns.c (IDC_HAND): Define it if system headers don't.
2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
* w32fns.c (Vx_hand_shape): New variable.
(w32_wnd_proc): Add message entries for WM_SETCURSOR and
WM_EMACS_SETCURSOR.
(x-create-frame): Setup Cursor types.
2003-01-21 David Ponce <david@dponce.com>
* w32fns.c (w32_load_cursor): New function.
(w32_init_class): Use it.
(x_put_x_image): Declare all args.
Kim F. Storm [Tue, 21 Jan 2003 22:13:23 +0000 (22:13 +0000)]
(ido-make-file-list, ido-make-dir-list): Don't move
visited directories to end of list; it's the wrong thing to do if
we want to find a file or directory in such directories.
Kim F. Storm [Tue, 21 Jan 2003 22:13:05 +0000 (22:13 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 21 Jan 2003 21:36:15 +0000 (21:36 +0000)]
(ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
Kim F. Storm [Tue, 21 Jan 2003 21:11:12 +0000 (21:11 +0000)]
Doc fixes.
Kim F. Storm [Tue, 21 Jan 2003 21:10:40 +0000 (21:10 +0000)]
Tiny doc fixes.
Dave Love [Tue, 21 Jan 2003 18:29:34 +0000 (18:29 +0000)]
Don't include string.h.
Dave Love [Tue, 21 Jan 2003 18:28:35 +0000 (18:28 +0000)]
(Cplusplus_help, Cjava_help): Re-phrase and avoid
column-0 `('.
Jan Djärv [Tue, 21 Jan 2003 18:14:05 +0000 (18:14 +0000)]
gtkutil.c: Must include stdio.h before termhooks.h
Dave Love [Tue, 21 Jan 2003 16:56:38 +0000 (16:56 +0000)]
(Fgc_status): Print zombie list.
(mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
Fix assignment of zombies.
(Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
Don't take car of non-cons.
Dave Love [Tue, 21 Jan 2003 16:47:27 +0000 (16:47 +0000)]
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
Markus Rost [Tue, 21 Jan 2003 02:26:04 +0000 (02:26 +0000)]
Fix last change (use C syntax for comments).
Nick Roberts [Mon, 20 Jan 2003 22:03:50 +0000 (22:03 +0000)]
(gud-display-line): If the current file is newer than its
buffer, offer to reread the file.
(gud-keep-buffer): New buffer local variable. Ensures offer to
reread file is made just once.
Nick Roberts [Mon, 20 Jan 2003 22:03:04 +0000 (22:03 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 20 Jan 2003 21:37:02 +0000 (21:37 +0000)]
(regexp-opt-group): Undo last change. Fix the docstring instead.
Glenn Morris [Mon, 20 Jan 2003 21:27:41 +0000 (21:27 +0000)]
(calendar-only-one-frame-setup): Add autoload.
Jason Rumney [Mon, 20 Jan 2003 20:18:13 +0000 (20:18 +0000)]
(digest_single_submenu): Declare all args.
Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
changes in xmenu.c:
(parse_single_submenu): Use individual keymap's prompt
string as pane name, if there is one.
(set_frame_menubar): Save menu_items_n_panes from each call to
parse_single_submenu and use it when calling digest_single_submenu.
Jan Djärv [Mon, 20 Jan 2003 19:47:11 +0000 (19:47 +0000)]
Mention Gtk+
Steven Tamm [Mon, 20 Jan 2003 16:53:38 +0000 (16:53 +0000)]
* macterm.c (XTread_socket): Checks for valid, visible window
before sending a scroll-wheel event.
Francesco Potortì [Mon, 20 Jan 2003 16:15:42 +0000 (16:15 +0000)]
Improve some rough ends.
Francesco Potortì [Mon, 20 Jan 2003 16:15:15 +0000 (16:15 +0000)]
Better sed script.